From 2de17aba63cedf8ac98491d931004495a1f4ec31 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Sat, 9 Feb 2013 22:48:55 +0000 Subject: [PATCH] Declare PHONY targets. --- gpsbabel/Makefile.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 5c6751e7d..6c139e4cf 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -127,6 +127,15 @@ DEPFILES = $(OBJS:.o=.d) # Directory of local web doc. Traditionally a sibling to the GPSBabel tree. WEB=@DOCDIR@ +# Declaring a target PHONY whose names matches a subdirectory can be +# particularly important, e.g. gui. +.PHONY: all clean tag more-clean check torture + install install-debug leaktest + dep doc FORCE + release-sourcecheck release-tarball release-rpm + cross-configure + release-winbuild release-upload mac-upload release rpm mac-release + gui linux-gui mac-gui mac-gui-dmg msvc-build test-release all: gpsbabel$(EXEEXT) -- 2.30.2